home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Code Resources / Jims CDEFs 1.50 / demo Source ƒ / demoCDEF.note < prev    next >
Encoding:
Text File  |  1995-10-27  |  1.4 KB  |  35 lines  |  [TEXT/KAHL]

  1. About demoCDEF…
  2.  
  3. This demo project shows each of the 11 CDEFs in the package "Jim's CDEFs".
  4.  
  5. Although not recommended for general use, the "3D Button" CDEF has been
  6. renumbered to 0 to provide the default button style for the demo.
  7.  
  8. Both normal window and dialog demonstrations are available from the "Demos"
  9. menu.  Several "Tab Panel" dialogs are included to show varying numbers of
  10. tabs per row.
  11.  
  12. The demonstration files are:
  13.  
  14.     demoDialog.c - a "Tab Panel" dialog with 8 tabs, each showing a 
  15.                 different CDEF, with several variations of each CDEF.
  16.                 The "Tab Panel" is fairly complex - see demoTab.c for 
  17.                 a simpler demo.
  18.     demoShell.c     - a fairly standard Macintosh shell program.
  19.     demoTab.c     - a simple demo for 4 different "Tab Panel" dialogs.
  20.     demoWind.c     - shows use of CDEF's in a normal window.
  21.     dynMenu.c     - shows use of dynamic popup, modified by radioButtons.
  22.  
  23. The utility files are:
  24.  
  25.     dialogAssist.c    - a collection of dialog utilities.
  26.     dimText.c        - used by dialogAssist to "dim" static & edit text
  27.                     in a dialog.  Written by JWWalker.
  28.     movableModal.c    - an implementation of "movable Modal Dialogs"
  29.     panelAssist.c    - a couple routines to help with "Tab Panel" dialogs.
  30.     TogLib.c        - support routines for "Tog Buttons"
  31.     
  32. The ANSI library is included for the "fractional" Spinner demo.
  33.  
  34. The CommToolbox library is included only for System 6 support of DITL
  35. extensions used by panelSwap().  For more info, read CommToolbox.note.